home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act7 / 00655.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  187 b   |  13 lines

  1. on exitFrame
  2.   global game7level
  3.   if the soundBusy of 1 then
  4.     go(the frame)
  5.   else
  6.     if game7level < 3 then
  7.       go("intro3a")
  8.     else
  9.       go("intro3b")
  10.     end if
  11.   end if
  12. end
  13.